home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbtable.dxr / 00038.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  180 b   |  14 lines

  1. on keyDown
  2.   EvalKeyPressed()
  3. end
  4.  
  5. on exitFrame
  6.   go(the frame)
  7. end
  8.  
  9. on idle
  10.   global gDBTableVarList
  11.   MyObj = getaProp(gDBTableVarList, GetObjProp())
  12.   doRolloverText(MyObj)
  13. end
  14.